home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950929-19951130 / 000098_news@columbia.edu_Thu Oct 12 10:48:40 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA01875
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Sat, 14 Oct 1995 04:22:11 -0400
  3. Received: by apakabar.cc.columbia.edu id AA24614
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Sat, 14 Oct 1995 04:22:09 -0400
  5. Path: news.columbia.edu!sol.ctr.columbia.edu!news.uoregon.edu!gatech!howland.reston.ans.net!swrinde!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: is there any effect of ANDing a byte with 0377 (octal)?
  9. Message-Id: <1995Oct12.164840.63558@cc.usu.edu>
  10. Date: 12 Oct 95 16:48:40 MDT
  11. References: <45ja2n$mqq@cnj.digex.net>
  12. Distribution: usa
  13. Organization: Utah State University
  14. Lines: 13
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <45ja2n$mqq@cnj.digex.net>, hashmi@cnj.digex.net (Atiqullah Hashmi) writes:
  18. > Hi,
  19. > In one communcation software I work with, I see that  before transmiting
  20. > some chars., they are ANDed with '0377' (octal 377) which  is 011 111 111.
  21. > It seems that it will just leave the 8-bit byte as is.
  22. > Am I missing something ?
  23. > Atiq
  24. ----------
  25.     I don't understand what your question is. If it's not about Kermit
  26. then perhaps one of the other News groups is a better place to inquire.
  27.     Joe D.
  28.  
  29. at I am doing:
  30.  
  31. I have a DOS box that is hoooked to a UNIX 4.2 box via a serial cable. I use
  32. MS-Kermit to log on the UNIX system and then use C-kermit to put the DOS
  33. box into server mode. This allows me to do a number of things, first and
  34. for most, it allows me to get a directory listing from the DOS side. I need
  35. that directory listing on the UNIX side. 
  36.  
  37. Problems is that I can only get listings of the current directory and its
  38. sub-directory, but not of any other directories. So, if c:\mskermit is
  39. the current directory on the DOS machine, a remote dir command will give
  40. me a listing of c:\mskermit. Remote dir subdir1 will list the files in
  41. c:\mskermit\subdir1. But, remote dir c:\subdir will also give a listing of
  42. c:\mskermit.
  43.  
  44. Any ideas? Am I missing something very basic here, or is the a bug in Kermit 
  45. 3.13 I don't know about?
  46.  
  47. Thanks for any replies to here or by e-mail.
  48.  
  49. I will post the specific commands I use, if necessary.
  50.  
  51.  
  52. Ute
  53. --
  54. ---------------------------------------------------------------------------
  55.  
  56. Life is a game that must be played.
  57. The rules of the games are known to us as the Laws of Nature.
  58.  
  59.  
  60. e-mail:  uwillmore@ftc.nrcs.usda.gov